<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>Offline</title>
<style>body { font-family: Arial, sans-serif; text-align: center; margin-top: 50px; }</style>
</head>
<body>
<h1>You're Offline</h1>
<p>It seems you don't have an internet connection. Please check your network and try again.</p>
</body>
</html>
